home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 046a / olb511in.zip / GO.BAT < prev    next >
DOS Batch File  |  1991-07-17  |  3KB  |  61 lines

  1. echo off
  2. if exist install.exe goto l010
  3. cls
  4. echo        ██████████████████████████████████████████████████████████████████
  5. echo       ███                                                              ███
  6. echo       ███   Please CHANGE to DRIVE in which INSTALL DISK is inserted   ███
  7. echo       ███                                                              ███
  8. echo       ███   For example:      A: (enter)     or      B: (enter)        ███
  9. echo       ███                                                              ███
  10. echo       ███   Then retry: GO                                             ███
  11. echo       ███                                                              ███
  12. echo        ██████████████████████████████████████████████████████████████████
  13. goto dos
  14. :l010
  15. cls
  16. echo      █████████████████████████████████████████████████████████████████████
  17. echo      ██                                                                 ██
  18. echo      ██  ╔═══════════════════════════════════════════════════════════╗  ██
  19. echo      ██  ╚═════════════  WELCOME to ONLINE BIBLE v 5.00 ═════════════╝  ██
  20. echo      ██                                                                 ██
  21. echo      █████████████████████████████████████████████████████████████████████
  22. echo      **                                                                 **
  23. echo      ██                                                                 ██
  24. echo      ██  Please read the installation instructions on the next screen.  ██
  25. echo      ██                                                                 ██
  26. echo      ██  ╔╦═════════════════════════════════════════════════════════╦╗  ██
  27. echo      ██  ╠╝ If anything shouldest go wrong, use Ctrl-Break to stop. ╚╣  ██
  28. echo      ██  ╠╗  "a write-protect tab covereth a multitude of sins..."  ╔╣  ██
  29. echo      **  ╚╩═════════════════════════════════════════════════════════╩╝  **
  30. echo      █████████████████████████████████████████████████████████████████████
  31. echo   
  32. pause
  33. :mm
  34. if exist read.me2 goto vendor
  35. choose 12 Online Bible Installation Tutorial Install Instructions Shareware Dealer Info Begin Installation Exit
  36. if errorlevel 9 view tutorial.doc
  37. if errorlevel 8 view read.me
  38. if errorlevel 7 view shareware.doc
  39. if errorlevel 6 goto install
  40. if errorlevel 5 goto DOS
  41. goto mm
  42. :vendor
  43. choose 12 Online Bible Installation Tutorial Install Instructions Your Vendor Info Shareware Dealer Info Begin Installation Exit
  44. if errorlevel 9 view tutorial.doc
  45. if errorlevel 8 view read.me
  46. if errorlevel 7 view read.me2
  47. if errorlevel 6 view shareware.doc
  48. if errorlevel 5 goto install
  49. if errorlevel 4 goto DOS
  50. goto mm
  51. :install
  52. cls
  53. echo      █████████████████████████████████████████████████████████████████████
  54. echo      **                                                                 **
  55. echo      ██                                                                 ██
  56. echo      ██            Type "install" to begin the installation.            ██
  57. echo      ██                                                                 ██
  58. echo      **                                                                 **
  59. echo      █████████████████████████████████████████████████████████████████████
  60. :dos
  61.